Xamarin.Forms のドキュメント
Remove(T) メソッド
C1.Xamarin.Forms.Grid アセンブリ > C1.Xamarin.Forms.Grid 名前空間 > GridRowColCollection<T> クラス > Remove メソッド : Remove(T) メソッド
System.Collections.Generic.ICollection`1 から削除するオブジェクト。
最初に見つかった特定のオブジェクトを System.Collections.Generic.ICollection`1 から削除します。
シンタックス
public System.bool Remove( 
   T item
)

パラメータ

item
System.Collections.Generic.ICollection`1 から削除するオブジェクト。

戻り値の型

System.Collections.Generic.ICollection`1 から item が正常に削除された場合は true、そうでない場合は false。このメソッドは、元の System.Collections.Generic.ICollection`1item が見つからなかった場合にも false を返します。
参照

GridRowColCollection<T> クラス
GridRowColCollection<T> メンバ
オーバーロード一覧